projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ea675
)
* lisp/electric.el: Fix typo in last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 21 Jan 2019 19:30:29 +0000
(14:30 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 21 Jan 2019 19:30:29 +0000
(14:30 -0500)
lisp/electric.el
patch
|
blob
|
history
diff --git
a/lisp/electric.el
b/lisp/electric.el
index 9610b4be22fe15215a6d28f0543486408a513dbc..ed968d7c65e7b5915976b07c42ed0f5b70b4701d 100644
(file)
--- a/
lisp/electric.el
+++ b/
lisp/electric.el
@@
-198,8
+198,8
@@
relative order must be maintained within it."
(setq-default post-self-insert-hook
(sort (default-value 'post-self-insert-hook)
#'(lambda (fn1 fn2)
- (< (or (if (symbol fn1) (get fn1 'priority)) 0)
- (or (if (symbol fn2) (get fn2 'priority)) 0))))))
+ (< (or (if (symbol
p
fn1) (get fn1 'priority)) 0)
+ (or (if (symbol
p
fn2) (get fn2 'priority)) 0))))))
;;; Electric indentation.